home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / internet / ncftp2b6.zip / CHANGES.OS2 next >
Text File  |  1996-01-22  |  9KB  |  205 lines

  1. 01-22-96    Release 2.3.0.OS2 Beta 6 - Public Beta
  2.  
  3.     o   Fix:    Changed error message on domain name not found to 
  4.                 tell user to set domain name.
  5.  
  6.     o   Fix:    Ctrl-C would exit NcFTP.
  7.  
  8.     o   Fix:    When re-dialing, you would have to hit Ctrl-C multiple
  9.                 times to stop re-dialing.  Also, it would sometimes
  10.                 completely abort NcFTP.
  11.  
  12.  
  13. 01-21-96    Release 2.3.0.OS2 Beta 5
  14.  
  15.     o   Enh:    NcFTP is much smarter when dealing with command shells.
  16.                 If you simply do a ! to shell to OS/2, it will not prompt
  17.                 you to [Hit Enter], but if you run a command, it will
  18.                 pause so you can see the output.
  19.  
  20.                 Also, it automatically senses when you are using the
  21.                 the OS/2 more.com command and will always prompt you
  22.                 to [Hit Return] when it finishes.    
  23.  
  24.     o   Fix:    When using the OS/2 more command for your pager, files
  25.                 were being transfered in binary mode, not translating
  26.                 the LF to a CRLF, causing the screen to be unreadable.
  27.  
  28.     o   Enh:    Added transfer mode to all status meters.
  29.  
  30.     o   Fix:    If NcFTP cannot determine the HOSTNAME, it will 
  31.                 search the environment for HOSTNAME=???? and use
  32.                 that value as the hostname.
  33.  
  34.                 If NcFTP cannot determine the DOMAIN, it will
  35.                 search the environment for DOMAIN=??? and use
  36.                 that value as the hostname.        
  37.  
  38.     o   Fix:    lpage * would try to display directory names.
  39.  
  40.     o   Fix:    put * would try to send directory names.
  41.  
  42.     o   Fix:    get -R * had problems on certain systems.  I think
  43.                 I have it working properly all the time.    
  44.  
  45.     o   Fix:    NcFTP was not always setting the local file time
  46.                 to that of the server.  It would set the local time
  47.                 1 second less than the remote file, causing re-gets.
  48.  
  49.     o   Fix:    mput or put with multiple files did not work.  I 
  50.                 have fixed this in the code, but it requires that
  51.                 LS.EXE be on your system.  NcFTP gets it's file
  52.                 info from the output of LS.EXE.  
  53.  
  54.     o   Fix:    lpage caused a [Hit Return] when it was opened in
  55.                 another window.  A few other stray [Hit Return]'s 
  56.                 were removed.
  57.  
  58.     o   Chg:    The 'Escape' key now clears the input line like OS/2.
  59.  
  60.     o   Fix:    The keypad Enter key now works.
  61.  
  62. 01-19-96    Release 2.3.0.OS2 Beta 4
  63.  
  64.     o   Fix:    I didn't completely fix the problem with local files
  65.                 being closed when aborting a transfer. I believe they
  66.                 are all fixed now.
  67.  
  68.     o   Fix:    The Progress Stat Meter is now _REALLY_ fixed.
  69.  
  70.     o   Fix:    Domain name not found error message removed and 
  71.                 a work around put into place.
  72.  
  73.     o   Fix:    Timeouts after transfers.  I have increased the timeout
  74.                 period and this should solve the problem.
  75.  
  76.     o   Fix:    Ctrl-C only worked on the first open command.  It now
  77.                 works every time.
  78.  
  79.     o   Fix:    lpage command would not display in a separate window
  80.                 when Pager in separate window was enabled.
  81.  
  82.     o   Chg:    Now do a clear screen before calling shell.
  83.  
  84.     o   Chg:    Added [Hit Return] after shell commands.  
  85.  
  86. 01-17-96    Release 2.3.0.OS2 Beta 3
  87.  
  88.     o   Fix:    Local files were not closed properly when aborting
  89.                 a transfer (only occured on sites that do not support
  90.                 the ABOR command).
  91.  
  92.     o   Fix:    Progress Stat Meter did not display the proper number
  93.                 of bytes recieved when doing a reget.
  94.  
  95.     o   Fix:    Could not perform a 'get' after an aborted get. 
  96.  
  97.     o   Fix:    Recursive gets on a FAT partition would store the 
  98.                 full path in the extended attribute.
  99.  
  100.     o   Chg:    Talked with the original author, Mike Gleason and we
  101.                 have reached an agreement on screen changes concerning
  102.                 his name and copyright.
  103.  
  104.     o   Chg:    No longer use the 'i.am.running' file to indicate NcFTP
  105.                 is running. I'm using OS/2 semaphores, which works much
  106.                 better incase one session crashes, there is no cleanup
  107.                 required with semaphores, OS/2 closes them automatically.    
  108.  
  109.     o   Add:    Now write: "Retrieved from [hostname]" as the .SUBJECT
  110.                 extended attribute.  Nice to help you remember where
  111.                 things came from.  
  112.  
  113.     o   Add:    Added 3 new items to the preferences screen:
  114.  
  115.                     Maximum Redials
  116.                     Redial Delay
  117.                     Pager in new window
  118.  
  119.                 Max Redials let's you set the auto-redial as the default.
  120.                 If it is set to anything greater than 1, if you get a 
  121.                 'Max Users logged on' msg from the host, NcFTP will 
  122.                 automatically try again until it is logged in or hits
  123.                 the maximum number of redials.  This option is also 
  124.                 available on a per 'open' instance thru the open command.
  125.  
  126.                 Redial Delay is the amount of time to pause between 
  127.                 redials.
  128.  
  129.                 Pager in new window will start your pager program in a 
  130.                 separate window for all pager related commands, pdir,
  131.                 pls, page, more, etc.        
  132.  
  133. 01-15-96    Release 2.3.0.OS2 Beta 2
  134.  
  135.     o   Fix:  There were several places where / was being used on the
  136.               local directory or file paths.  I've changed all these to \,
  137.               I hope.  Also, the mkdir command was not working, it was 
  138.               passing a -p command switch that is not valid for OS/2 
  139.               environments. Gunter found this problem when doing a 
  140.               get -R * on a directory, Good Work!
  141.  
  142.     o   Enh:  This version is 'colorized'.  You can now edit the colors 
  143.               using the colors command.  This creates a file called colors
  144.               in the  ~/.ncftp  directory.
  145.  
  146.         Here's a description of the 4 types of windows you can configure.    
  147.  
  148.  
  149.                     +---------------------------------+
  150.                     |                                 |
  151.                     |                                 |
  152.                     |                                 |
  153.                     |                                 |
  154.                     |          List Window            |
  155.                     |                                 |
  156.                     |                                 |
  157.                     |                                 |
  158.                     |                                 |
  159.                     +---------------------------------+
  160.                     |         Status Window           |
  161.                     +---------------------------------+
  162.                     |Prompt>   Input Window           |
  163.                     +---------------------------------+
  164.  
  165.  
  166.  
  167.     o   Borrowed some ideas from the original port (v1.9.3 by Steve Willer)
  168.         and added the following commands:
  169.  
  170.             bpage
  171.             bls
  172.             bdir
  173.             bredir
  174.  
  175.         These commands display items through your pager, except they
  176.         open a new window for the pager.  Very nice for displaying 
  177.         a large directory list in one window and then grabbing files
  178.         with NcFTP in it's window.
  179.  
  180.         One anomoly I've noticed, on large directory listings or files,
  181.         you may need to page down to the end of the file before
  182.         NcFTP allows you to enter commands.  It appears the whole transfer
  183.         must complete before NcFTP regains control.
  184.  
  185. 01-13-96    Release 2.3.0.OS2 Beta 1
  186.  
  187.     Completed initial port from Unix.  The following features have been
  188.     added:
  189.  
  190.     o   Support for FAT partitions.  NcFTP will create _ncftp directory
  191.         under the $HOME directory.
  192.  
  193.     o   File transfers to FAT partitions that do not conform to the 
  194.         8.3 naming convention will have their names munged into something
  195.         that works for FAT.  The original filename will be placed in
  196.         the files extended attribute.
  197.  
  198.     o   Local file directories will use \ instead of /.
  199.  
  200.     o   This version of NcFTP uses the ~ character as the escape
  201.         character.  The unix version uses the \.
  202.  
  203.     o   Transfers will timeout just like the unix version.  But,
  204.         I may have the timeouts set too low.
  205.